type go.pact.im/x/supervisor.supervisorInterrupter

7 uses

	go.pact.im/x/supervisor (current package)
		interrupt.go#L10: type supervisorInterrupter struct {
		interrupt.go#L20: func (s *supervisorInterrupter) Interrupt() {
		interrupt.go#L40: func (s *supervisorInterrupter) shouldStopBeforeRunner() bool {
		interrupt.go#L52: func (s *supervisorInterrupter) afterRunner() {
		supervisor.go#L30: 	intr atomic.Pointer[supervisorInterrupter]
		supervisor.go#L93: 	intr := &supervisorInterrupter{
		supervisor.go#L125: func (s *Supervisor) execute(ctx context.Context, intr *supervisorInterrupter) error {